[INFO] cloning repository https://github.com/descawed/samurai
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/descawed/samurai" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdescawed%2Fsamurai", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdescawed%2Fsamurai'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e3f2bc9ae6dd8b705f8ab4eb4f36c5b32eacb1f3
[INFO] checking descawed/samurai/e3f2bc9ae6dd8b705f8ab4eb4f36c5b32eacb1f3 against master#b4fefcd60bfd770510f7dc540e887dd3ba4fe5c1 for pr-156992
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdescawed%2Fsamurai" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/descawed/samurai
[INFO] finished tweaking git repo https://github.com/descawed/samurai
[INFO] tweaked toml for git repo https://github.com/descawed/samurai written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/descawed/samurai on toolchain b4fefcd60bfd770510f7dc540e887dd3ba4fe5c1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b4fefcd60bfd770510f7dc540e887dd3ba4fe5c1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/descawed/samurai already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b4fefcd60bfd770510f7dc540e887dd3ba4fe5c1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/descawed/lss-autosplitter.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sysinfo v0.39.3
[INFO] [stderr]   Downloaded quick-xml v0.40.1
[INFO] [stderr]   Downloaded ordered_hash_map v0.6.0
[INFO] [stderr]   Downloaded ruzstd v0.8.3
[INFO] [stderr]   Downloaded object v0.39.1
[INFO] [stderr]   Downloaded common_macros v0.1.1
[INFO] [stderr]   Downloaded chumsky v0.13.0
[INFO] [stderr]   Downloaded chardet v0.2.4
[INFO] [stderr]   Downloaded colog v1.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b4fefcd60bfd770510f7dc540e887dd3ba4fe5c1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d909a9917ace4e029243cbb1e5e72daad10772824b6db27b1ea136d6bf873b61
[INFO] running `Command { std: "docker" "start" "-a" "d909a9917ace4e029243cbb1e5e72daad10772824b6db27b1ea136d6bf873b61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d909a9917ace4e029243cbb1e5e72daad10772824b6db27b1ea136d6bf873b61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d909a9917ace4e029243cbb1e5e72daad10772824b6db27b1ea136d6bf873b61", kill_on_drop: false }`
[INFO] [stdout] d909a9917ace4e029243cbb1e5e72daad10772824b6db27b1ea136d6bf873b61
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b4fefcd60bfd770510f7dc540e887dd3ba4fe5c1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 601d63841ee8f091fc730f391e6cf6efab5b6e5c8fa55e9726fd01fdd857311d
[INFO] running `Command { std: "docker" "start" "-a" "601d63841ee8f091fc730f391e6cf6efab5b6e5c8fa55e9726fd01fdd857311d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling find-msvc-tools v0.1.7
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]     Checking unicode-truncate v2.0.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking lru v0.16.4
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]    Compiling cc v1.2.52
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]     Checking num-conv v0.2.2
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]     Checking bitstream-io v4.9.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking line-clipping v0.3.5
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]     Checking imgref v1.12.0
[INFO] [stderr]    Compiling binrw_derive v0.15.1
[INFO] [stderr]     Checking zune-core v0.5.0
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking avif-serialize v0.8.6
[INFO] [stderr]     Checking pxfm v0.1.27
[INFO] [stderr]     Checking zune-jpeg v0.5.8
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]     Checking winnow v1.0.3
[INFO] [stderr]     Checking env_filter v1.0.1
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling binrw v0.15.1
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking jiff v0.2.28
[INFO] [stderr]    Compiling object v0.39.1
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking ruzstd v0.8.3
[INFO] [stderr]     Checking gif v0.14.1
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking array-init v2.1.0
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]     Checking toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking ordered_hash_map v0.6.0
[INFO] [stderr]     Checking sysinfo v0.39.3
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking common_macros v0.1.1
[INFO] [stderr]     Checking chardet v0.2.4
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling stacker v0.1.22
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking env_logger v0.11.10
[INFO] [stderr]     Checking colog v1.4.0
[INFO] [stderr]    Compiling ar_archive_writer v0.2.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling psm v0.1.28
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.33
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]     Checking chumsky v0.13.0
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking kasuari v0.4.12
[INFO] [stderr]     Checking lss-autosplitter v0.1.0 (https://github.com/descawed/lss-autosplitter.git?branch=main#929fc6da)
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking av-scenechange v0.14.1
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking ratatui-core v0.1.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking ratatui-widgets v0.3.0
[INFO] [stderr]     Checking ratatui-crossterm v0.1.0
[INFO] [stderr]     Checking quick-xml v0.40.1
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ratatui-macros v0.7.0
[INFO] [stderr]     Checking ratatui v0.30.0
[INFO] [stderr]     Checking tiff v0.11.3
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking ravif v0.13.0
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking samurai v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `camera`
[INFO] [stdout]   --> src/cli/debug/mod.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | mod camera;
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `camera`, create file "src/cli/debug/camera.rs" or "src/cli/debug/camera/mod.rs"
[INFO] [stdout]    = note: if there is a `mod camera` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `camera`
[INFO] [stdout]   --> src/cli/debug/mod.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | mod camera;
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `camera`, create file "src/cli/debug/camera.rs" or "src/cli/debug/camera/mod.rs"
[INFO] [stdout]    = note: if there is a `mod camera` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `samurai` (lib test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `samurai` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "601d63841ee8f091fc730f391e6cf6efab5b6e5c8fa55e9726fd01fdd857311d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "601d63841ee8f091fc730f391e6cf6efab5b6e5c8fa55e9726fd01fdd857311d", kill_on_drop: false }`
[INFO] [stdout] 601d63841ee8f091fc730f391e6cf6efab5b6e5c8fa55e9726fd01fdd857311d
